ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow.Fluent Namespace / MultiRowGroupPanelExtension Class / ShowGroupPanel Method / ShowGroupPanel<T>(MultiRowBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) Method
The data record type.
The specified FlexGrid builder.
The specified FlexGridGroupPanel builder
The specified selector for the FlexGridGroupPanel's host element.






In This Topic
    ShowGroupPanel<T>(MultiRowBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) Method
    In This Topic
    Apply the FlexGridGroupPanel extender in FlexGrid.
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.ExtensionAttribute()>
    Public Overloads Shared Function ShowGroupPanel(Of T)( _
       ByVal gridBuilder As MultiRowBuilder(Of T), _
       ByVal gridGroupPanelBuilder As System.Action(Of FlexGridGroupPanelBuilder(Of T)), _
       Optional ByVal selector As System.String _
    ) As MultiRowBuilder(Of T)
    'Usage
     
    
    Dim gridBuilder As MultiRowBuilder(Of T)
    Dim gridGroupPanelBuilder As System.Action(Of FlexGridGroupPanelBuilder(Of T))
    Dim selector As System.String
    Dim value As MultiRowBuilder(Of T)
     
    value = MultiRowGroupPanelExtension.ShowGroupPanel(Of T)(gridBuilder, gridGroupPanelBuilder, selector)
    [System.Runtime.CompilerServices.Extension()]
    public static MultiRowBuilder<T> ShowGroupPanel<T>( 
       MultiRowBuilder<T> gridBuilder,
       System.Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder,
       System.string selector
    )
    public function ShowGroupPanel( 
        gridBuilder: MultiRowBuilder;
        gridGroupPanelBuilder: System.Action;
        selector: System.String
    ): MultiRowBuilder; static; 
    System.Runtime.CompilerServices.ExtensionAttribute()
    public static function ShowGroupPanel( 
       gridBuilder : MultiRowBuilder,
       gridGroupPanelBuilder : System.Action,
       selector : System.String
    ) : MultiRowBuilder;
    [System.Runtime.CompilerServices.Extension()]
    public: static MultiRowBuilder<T*>* ShowGroupPanel<T>( 
       MultiRowBuilder<T*>* gridBuilder,
       System.Action<FlexGridGroupPanelBuilder<T*>*>* gridGroupPanelBuilder,
       System.string* selector
    ) 
    [System.Runtime.CompilerServices.Extension()]
    public:
    static MultiRowBuilder<T^>^ ShowGroupPanelgeneric<typename T>
    ( 
       MultiRowBuilder<T^>^ gridBuilder,
       System.Action<FlexGridGroupPanelBuilder<T^>^>^ gridGroupPanelBuilder,
       System.String^ selector
    ) 

    Parameters

    gridBuilder
    The specified FlexGrid builder.
    gridGroupPanelBuilder
    The specified FlexGridGroupPanel builder
    selector
    The specified selector for the FlexGridGroupPanel's host element.

    Type Parameters

    T
    The data record type.

    Return Value

    The MultiRow builder.
    See Also